type net/http.bodyEOFSignal
6 uses
net/http (current package)
transport.go#L2355: body := &bodyEOFSignal{
transport.go#L2962: type bodyEOFSignal struct {
transport.go#L2973: func (es *bodyEOFSignal) Read(p []byte) (n int, err error) {
transport.go#L2996: func (es *bodyEOFSignal) Close() error {
transport.go#L3011: func (es *bodyEOFSignal) condfn(err error) error {
transport.go#L3024: body *bodyEOFSignal // underlying HTTP/1 response body framing
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)